home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12592 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.clark.net!not-for-mail
  2. From: gusty@clark.net (Harlan Messinger)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: NEWBIE Q: How do you create a DLL.
  5. Date: 20 Mar 1996 17:42:21 GMT
  6. Organization: Clark Internet Services, Inc., Ellicott City, MD USA
  7. Message-ID: <4ipg1t$5j0@clarknet.clark.net>
  8. References: <4io72b$k6v@insosf1.netins.net>
  9. NNTP-Posting-Host: explorer.clark.net
  10. Mime-Version: 1.0
  11. Content-Type: TEXT/PLAIN; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
  14.  
  15. Joey DeStefano (destef@shenessex.heartland.net) wrote:
  16. : i am a skilled programmer in visual basic that is beginning to program 
  17. : in c++ and i am trying to make a dll that will return the free disk space 
  18. : of a drive. it cant be THAT hard can it?
  19.  
  20. It can get complicated, particularly with memory management, and then 
  21. particularly if your environment has memory models (like Windows 3.X). 
  22. But it doesn't have to be difficult for something simple. However, it 
  23. bears more than a two-minute summary. Pick up a book on Windows 
  24. programming that has a detailed DLL chapter, or find a book specifically 
  25. dealing with DLLs.
  26.  
  27.